home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 22
/
Amiga Format AFCD22 (Jan 1998, Issue 106).iso
/
-in_the_mag-
/
converters
/
graphics
/
netpbm
/
source1
/
pbm
/
cmuwm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-11-16
|
254b
|
18 lines
/* cmuwm.h - definitions for the CMU window manager format
*/
#ifndef _CMUWM_H_
#define _CMUWM_H_
struct cmuwm_header
{
long magic;
long width;
long height;
short depth;
};
#define CMUWM_MAGIC 0xf10040bbL
#endif /*_CMUWM_H_*/